Welcome![Sign In][Sign Up]
Location:
Search - tracking opencv

Search list

[Special EffectsSpatioHistogram

Description: 基于空间直方图的图像相似度匹配算法,用opencv开发的,适合做跟踪的朋友用-Space-based histogram similarity matching algorithm, using opencv developed suitable for tracking Friend
Platform: | Size: 3905536 | Author: 周凯 | Hits:

[Picture ViewerVCOPENCV

Description: VC与opencv环境下人脸角点检测与运动跟踪-VC environment with the opencv Human Face detection and motion tracking Corner
Platform: | Size: 3972096 | Author: 董辉 | Hits:

[Special EffectsObjectTracker

Description: 使用OPENCV进行运动目标跟踪,在Visual C++ 2005 环境中使用新算法实现多运动目标的跟踪和检测。-this is a object motion tracking system with Visual c++ 2005 and opencv。it can process successly check and track multi-objects。
Platform: | Size: 6634496 | Author: 吕冀 | Hits:

[OtherVehicle_Tracker_with_background_subtraction_and_k

Description: Vehicle Tracking using a background subtraction based on mixture of Gaussians, and Kalman filtering to remove noise. Require OpenCV to be installed. By Jonathan Gagne University of Waterloo jgagne@uwaterloo.ca
Platform: | Size: 13237248 | Author: jon | Hits:

[Graph RecognizeFaceTracking

Description: 使用OPENCV库实现的人脸跟踪,需要安装OPENCV。输入源可以是视频,也可以是摄像头。可选择Harr特征和CamShift两种方法对人脸进行跟踪。还提供了视频保存的功能。-Library implemented using OPENCV Face Tracking, need to install OPENCV. Input source can be a video camera can also be. Harr features and CamShift choose two methods to track human face. Also provides a video storage.
Platform: | Size: 4017152 | Author: 陈业成 | Hits:

[Software EngineeringRealTimeMeanShiftTrackingusingOpticalFlowDistribut

Description: 利用mean shift算法实现实时目标跟踪,并使用光流法进行目标检测-Using mean shift algorithm for real-time target tracking, and use the optical flow method for target detection
Platform: | Size: 2792448 | Author: 张迎 | Hits:

[OtherTutorial-OpenCV-haartraining-Rapid-Object-Detecti

Description: I description how to make object tracking
Platform: | Size: 372736 | Author: sixno | Hits:

[Windows Develop93317474tracking

Description: 很好的视频跟踪代码,用opencv实现,基于c++开发的,个人感觉很好。-Very good code for video tracking,based on opencv and c++,I think it s very important for learners of opencv.
Platform: | Size: 7168 | Author: ren | Hits:

[Special EffectsOpenCV_LKDemo

Description: LK稀疏光流Demo 可以在场景中自动找出关键点并自动跟踪,也可以使用鼠标在指定位置添加关键点,此程序是很好的学习光流的示例。本程序基于OpenCV。-LK Sparse Optical Flow Demo automatically in the scene to identify the key points and automatic tracking, you can also use the mouse to add the key points in the specified location, this program is a good example of the optical flow of learning. The program is based on OpenCV.
Platform: | Size: 2111488 | Author: huangjian | Hits:

[OpenCVcondensation

Description: it contains tracking algorithm based on condensation
Platform: | Size: 5718016 | Author: JUHWAN LEE | Hits:

[Graph programopencv-intro

Description: oencv的入门教程,做图像的,跟踪的都能用得到.-oencv introductory tutorial to do the image, and tracking can be used to be.
Platform: | Size: 331776 | Author: 田冰 | Hits:

[Mathimatics-Numerical algorithmsVIS

Description: 该源码是关于运动对象跟踪的算法,主要实现了高斯背景建模,全局运动补偿(SIFT特征和RANSAC算法),运动对象检测,对象跟踪算法(Mean Shift,Particle Filter等),对象特征提取(轨迹,大小,起止帧等),同时,程序基于VC2008+OpenCV开发,实现了对话框式的程序界面,效率高。-This is a source about motion object tracking, including foreground modeling,object detection,object tracking,feature generation. It developed based on VC2008 and OpenCV library. The friendly interface is very convinient for new learners.
Platform: | Size: 7499776 | Author: | Hits:

[OpenCVvideo-tracker

Description: Tracking system. Visual studio and opencv.
Platform: | Size: 6634496 | Author: Flavio | Hits:

[DirextXheadtracking_src

Description: head tracking with opencv
Platform: | Size: 56974336 | Author: casero | Hits:

[GDI-Bitmap12345motionandobjecttracking

Description: 基于opencv的人脸以及身体目标姿态跟踪,程序很有用,适合初学者学习。-Opencv-based human face and body posture tracking targets, the program is useful for beginners to learn.
Platform: | Size: 1035264 | Author: 李明 | Hits:

[Special Effectsyundong

Description: 采用 CAMSHIFT 算法快速跟踪和检测运动目标的 C/C++ 源代码,OPENCV BETA 4.0 版本在其 SAMPLE 中给出了这个例子。算法的简单描述如下-This application demonstrates a fast, simple color tracking algorithm that can be used to track faces, hands . The CAMSHIFT algorithm is a modification of the Meanshift algorithm which is a robust statistical method of finding the mode (top) of a probability distribution. Both CAMSHIFT and Meanshift algorithms exist in the library. While it is a very fast and simple method of tracking, because CAMSHIFT tracks the center and size of the probability distribution of an object, it is only as good as the probability distribution that you produce for the object. Typically the probability distribution is derived from color via a histogram, although it could be produced from correlation, recognition scores or bolstered by frame differencing or motion detection schemes, or joint probabilities of different colors/motions etc. In this application, we use only the most simplistic approach: A 1-D Hue histogram is sampled from the object in an HSV color space version of the image. To produce the
Platform: | Size: 15360 | Author: 黄文伟 | Hits:

[OpenCVopencv_tracking001

Description: 基于opencv里的函数,在vc的mfc类库下,利用帧差法做的人体跟踪人体系统-Opencv-based functions where, in the vc' s mfc libraries, using the frame difference method to do the human body tracking system
Platform: | Size: 91136 | Author: honghai | Hits:

[OpenCVSIFT2

Description: 基于opencv的SIFT图像特征跟踪程序,应用于视频序列中跟踪图像特征-Opencv-based SIFT feature tracking program, used to track image features in video sequences
Platform: | Size: 553984 | Author: 李涵露 | Hits:

[OpenCVbodymotiondetection

Description: 学习opencv图像处理中人体目标跟踪的一些很有用的资料,主要是讲camshift,meanshift和高斯混合模型。-Learning opencv image-processing for target tracking in the human body a number of very useful information, mainly speaking camshift, meanshift and Gaussian mixture model.
Platform: | Size: 1454080 | Author: yuyu | Hits:

[Video Capturecodigo_tracking

Description: Code to tracking objects with Opencv
Platform: | Size: 4096 | Author: vitor_gz | Hits:
« 1 2 3 45 6 7 8 9 10 ... 39 »

CodeBus www.codebus.net